home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextCD / CDIS / MiniSystem.gnutar.z / MiniSystem.gnutar / usr / lib / NextStep / Resources / English.lproj / SavePanel.strings < prev   
Encoding:
Text File  |  1993-09-03  |  624 b   |  39 lines

  1. /* Title of the SavePanel. */
  2. "Save";
  3.  
  4. /* If the second %s is the file, put < instead of >. */
  5. ">The file %s in %s exists. Replace it?";
  6.  
  7. /* Button user chooses to overwrite an existing file. */
  8. "Replace";
  9.  
  10. /* ALERT */
  11. /* Title */
  12. "Unknown User Name";
  13. /* Message */
  14. "No such user: %s";
  15.  
  16. /* ALERT */
  17. /* Title */
  18. "Nonexistent path";
  19. /* Message */
  20. "The path %s does not exist, create it?";
  21. /* Default Button */
  22. "Create";
  23. /* Alternate Button */
  24. "Cancel";
  25.  
  26. /* ALERT */
  27. /* Message */
  28. "Couldn't create path.";
  29.  
  30. /* ALERT */
  31. /* Title */
  32. "Bad path";
  33. /* Message */
  34. "%s is not a directory!";
  35.  
  36. /* The title of the OpenPanel. */
  37. "Open";
  38.  
  39.